wxMDIChildFrame
Table of Contents

Creation parameters:


You should create a wxMenuBar for the frame in order for everything to work properly. When the wxMenuBar is created, a Window menu will be created automatically.

  • proc activate_child( atom child )   
  • proc maximize_child( atom child, integer bool )   
  • proc restore_child( atom child )   
  • proc set_mdi_child_title ( atom child_frame, sequence title )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxMDIParentFrame

    wxMDIChildFrame
    Table of Contents

    [proc]
    activate_child
    ( atom child )

    Category: wxMDIChildFrame

    Activates a child frame.

    See Also: maximize_child, restore_child, set_mdi_child_title


    wxMDIChildFrame
    Table of Contents

    [proc]
    maximize_child
    ( atom child, integer bool )

    Category: wxMDIChildFrame

    Maximizes a child if bool = 1, or restores child is bool = 0.

    See Also: activate_child, restore_child, set_mdi_child_title


    wxMDIChildFrame
    Table of Contents

    [proc]
    restore_child
    ( atom child )

    Category: wxMDIChildFrame

    Restores (unmaximizes a child frame)

    See Also: activate_child, maximize_child, set_mdi_child_title


    wxMDIChildFrame
    Table of Contents

    [proc]
    set_mdi_child_title
    ( atom child_frame, sequence title )

    Category: wxMDIChildFrame

    This sets a title to an wxMDIChildFrame. This should be used in place of set_title, since wxMDIChildFrames will ignore that in Linux.

    See Also: activate_child, maximize_child, restore_child